|
|
|
|
ButtonDarkColor Property, RowHeadersClass Class |
Defines the color used to draw the slightly dark edge of a row header button (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.HeaderEmptyArea only).
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ButtonDarkColor As Color |
C# |
public Color ButtonDarkColor { get; set; } |
C++ |
public: property Color ButtonDarkColor { |
Property Value
The row header button's slightly dark edge color.
The default value is Color.ControlDark.
Comments
The ButtonDarkColor property defines the color used to draw the slightly dark edge of a row header button (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.HeaderEmptyArea only).
The defined color is only used if the row header's appearance is defined as BackgroundAppearanceEnum.ButtonPlain or BackgroundAppearanceEnum.HeaderEmptyArea (AppearanceDefault or CellBaseClass.Appearance).
If the background appearance is defined as BackgroundAppearanceEnum.HeaderEmptyArea, this color is used to paint a line below the row header.